From: Michael Natterer Date: Wed, 2 Jul 2008 10:14:45 +0000 (+0000) Subject: remove some of the million includes. X-Git-Tag: archive/raspbian/4.4.1+ds1-2+rpi1~1^2~428^2^2~31741 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=1b291602bdaabce603226fd3df28190fa984e661;p=gtk4.git remove some of the million includes. 2008-07-02 Michael Natterer * gtk/gtkfilechooserdefault.c: remove some of the million includes. svn path=/trunk/; revision=20732 --- diff --git a/ChangeLog b/ChangeLog index f858c3c5ee..cc3feb34e1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2008-07-02 Michael Natterer + + * gtk/gtkfilechooserdefault.c: remove some of the million includes. + 2008-07-02 Kristian Rietveld * gtk/gtkcellrendererpixbuf.c (gtk_cell_renderer_pixbuf_class_init): diff --git a/gtk/gtkfilechooserdefault.c b/gtk/gtkfilechooserdefault.c index 08c0c2f9e2..ce575eae6c 100644 --- a/gtk/gtkfilechooserdefault.c +++ b/gtk/gtkfilechooserdefault.c @@ -20,10 +20,10 @@ */ #include "config.h" + #include "gdk/gdkkeysyms.h" #include "gtkalignment.h" #include "gtkbindings.h" -#include "gtkbutton.h" #include "gtkcelllayout.h" #include "gtkcellrendererpixbuf.h" #include "gtkcellrenderertext.h" @@ -31,7 +31,6 @@ #include "gtkclipboard.h" #include "gtkcombobox.h" #include "gtkentry.h" -#include "gtkeventbox.h" #include "gtkexpander.h" #include "gtkfilechooserprivate.h" #include "gtkfilechooserdefault.h" @@ -49,10 +48,8 @@ #include "gtkicontheme.h" #include "gtkimage.h" #include "gtkimagemenuitem.h" -#include "gtkintl.h" #include "gtklabel.h" #include "gtkmarshalers.h" -#include "gtkmenuitem.h" #include "gtkmessagedialog.h" #include "gtkmountoperation.h" #include "gtkpathbar.h" @@ -69,8 +66,8 @@ #include "gtktreednd.h" #include "gtktreeprivate.h" #include "gtktreeselection.h" -#include "gtktypebuiltins.h" #include "gtkvbox.h" +#include "gtkintl.h" #include "gtkalias.h"